home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / bbs / DayDreamBBS.readme < prev    next >
Text File  |  1996-11-03  |  21KB  |  433 lines

  1. Short:    Powerful conferencebased BBS software written in assembler.
  2. Author:   c-lous@freenet.hut.fi
  3. Uploader: c-lous@freenet.hut.fi
  4. Version:  1.26
  5. Type:     comm/bbs
  6. Requires: OS2.04+, 2Mb
  7.  
  8.  
  9. DayDream BBS is written in 100% assembler and is therefor one of the
  10. fastest BBS programs availiable on Amiga today.
  11.  
  12. Features
  13. ~~~~~~~~
  14.  - DayDream  BBS  looks  like  AmiExpress, which is a much loved and hated
  15.    BBS software. Most of the people who like AmiExpress like it because of
  16.    it's simpliness and  because it's very fast to use. However, AmiExpress
  17.    requires a very fast CPU to operate smoothly and the configurability is
  18.    rather poor too. DayDream fixes the major problems found in AmiX.
  19.  
  20.  - 100%  assembly  code.   DayDream  is  probably the fastest BBS-software
  21.    ever.
  22.  
  23.  - Number of conferences is limited to 64.  Each conference can have up to
  24.    254  messagebases and  fileareas.  64*254 = 16256 (or for Pentium users
  25.    16255.999999987.)
  26.  
  27.  - Maximum  security.   Each user can have their own securitysettings, but
  28.    defaults  are taken by securitylevel.  Every command in DayDream can be
  29.    toggled on/off.
  30.  
  31.  - Basic  utilities  and  doors are included in distribution archive.  For
  32.    example:    Faker,   whof,   new,  top list -utilities, weektop etc.
  33.  
  34.  - Configuration is done  via an ascii file.  This enables quick modifica-
  35.    tions to the BBS'  settings.  Asciifile  is converted  to  binaryformat
  36.    with  utility  called  DreamConfig.     It takes about 1 sec to compile
  37.    the datafiles with it.
  38.  
  39.  - If you don't like editing Textfile, there's a MUI based configprogram
  40.    included. (Read MUIConfig.DOC!)
  41.  
  42.  - Superb  upload handling.  Full support  for file_id.diz, gets date from
  43.    file_id.diz (if  wanted),  built-in offline  checking, adds file_id.diz
  44.    to archives if it didn't exist etc.
  45.  
  46.  - Strings  and  prompts  can be re-defined, so you can customize your BBS
  47.    any way you like.
  48.  
  49.  - You  can  have  254  different displaymodes.  Each displaymode can have
  50.    it's own  characterconversiontables  (=no  more linefeeds), prompts and
  51.    strings and textfiles.
  52.  
  53.  - Multinode  support.  Supports up  to 254 nodes in theory. I suppose you
  54.    can have at least 5 nodes  on regular  030  without  too high CPU-Load.
  55.  
  56.  - Door formats supported: DayDream, ARexx, Paragon, stdio. AmiExpress
  57.    preudo-rexx "XIM" doors work via external emulation.
  58.  
  59.  - Supports XPR-Protocols, Hydra+SModem (Bidirectional w/ chat).
  60.  
  61.  - Supports FTP-transfers. There's a custom ftpd for DD to have on-the-fly
  62.    dupechecking.
  63.  
  64.  - Cheap. DayDream costs only 300SEK or 55USD.
  65.  
  66.  - Everything else except DDHydra and SModem can be made resident!
  67.  
  68.  
  69. Requirements
  70. ~~~~~~~~~~~~
  71.  - KickStart 2.04 (V37) or higher.
  72.  - Fifo.library and l:fifo-handler running (for stdio doors etc.)
  73.  - Reqtools.library
  74.  
  75. Support
  76. ~~~~~~~
  77. DayDream is currently being developed at full speed and I intend to
  78. continue as long as there is any interest in this program.
  79.  
  80. If you have any  comments, discover some  bugs or have any suggestions etc
  81. feel free to send E-Mail to me at: c-lous@freenet.hut.fi.
  82.  
  83. Also try to catch Origo on IRC, channels #DayDream, #AmiElite or #AmigaScne.
  84.  
  85. You can get doors etc. via ftp:
  86. ftp://pato.vaala.fi/pub/amiga/daydream/.
  87.  
  88. Check out also DayDream homepage. http://www.haukipudas.fi/~anttihay.
  89.  
  90.  
  91.  
  92. ===( Version 1.26 - 151096 )==============================================
  93.  
  94. - DayDream now has a binary Callers.Log with lots of useful info.
  95.   Check out the new file Callers.Log.Structure in the Structures/ dir.
  96.   (I expect some more utils now :-)
  97.   Thank you to Joo/ToyTools for the Idea!
  98.  
  99. - Changed operator paging beep to use DisplayBeep() instead.
  100.   (Actually this was in 1.25, but I forgot about it. :-)
  101.   Executable got a bit smaller as I removed the AudioBeep.asm routine.
  102.  
  103. - Test door command ('$') now takes parameters, so now you can use the
  104.   commandline history with it!
  105.   Faster development now, eh ? :-)
  106.  
  107. - Changed login a bit. If user record is not found, DD asks if user want to
  108.   register as a new user.
  109.  
  110. - Updated oldmsgdelete, now you can specify conference number, basenumber and
  111.   it also has a test option (simulate only).
  112.  
  113. - Made the MUI-Config/DreamConfig communicate with the server. When new
  114.   prefs are saved, server is told to re-read some of the datafiles, and Server
  115.   then notifies each node of the new settings.
  116.   NOTE: Only doors/conferences/archivers/protocols can be changed this way.
  117.  
  118. - DayDream is 68000 compatible again. :-)
  119.  
  120. - EAll messages now have expire date, when user writes a eall message, he
  121.   must also specify number of days before the message is automaticly deleted.
  122.   Expired eall msgs are scanned for every new day at the first connection.
  123.   Scan for expired ealls is done on the first call every day.
  124.   Thanks to Nike/TRSi among others for suggesting this..
  125.  
  126. - Saving of txt file from MUIConfig fixed.
  127.  
  128. - Included 000 and 020+ versions of Server and MUIConfig.
  129.  
  130. - Fixed a NASTY output bug in the mailscan.
  131.   Thanks to Wolfman/Intellect for reporting and helping me out.
  132.  
  133. - Added new server activity strings:
  134.   'Listing NEW files..'
  135.   'Zippy Searching..'
  136.   'Logging off'
  137.   'Viewing File(s)..'
  138.   'Viewing Bulletins..'
  139.   'Paging Sysop'
  140.   Thanks to BigBang for suggesting this.
  141.  
  142. - Added a Pause prompt to the logviewer.
  143.   Thanks to BigBang for suggesting this.
  144.  
  145. - Registered user now shows at first output at connect.
  146.  
  147. - You knew internal UserList took matchpattern as an argument, didn't you ? :-)
  148.  
  149. - Capture option availiable in the node menus. Capture saves all output to
  150.   the node in a file called DayDream:LogFiles/CaptureFile<node>.Log
  151.   File is saved WITH ansi-codes, so use an ansi-viewer, like TextView 1.7
  152.   by Torbjörn A. Andersson (Found on Aminet).
  153.   NOTE:  Not 100% functional yet (still bugfree though :)
  154.   NOTE2: Watch out! This file can grow BIG very fast!
  155.   Thanks to many people who more or less DEMANDED this. :-)
  156.  
  157. - Changed the 'transfer bar' again. :-)
  158.  
  159. - Small enhanchments and bugfixes in MUIConfig.
  160.  
  161. - Hopefully one or two bugfixes in BGChecker.
  162.  
  163. - Included support for Gnu CC. Thanks to Janne Kiviluoto for creating the
  164.   files.
  165.  
  166. - Server font don't piss anymore (atleast not for me!)
  167.  
  168. - Hopefully finally fixed the output bug in the mailscan. (?)
  169.  
  170. - Default file_id.diz is now taken from Data/def_FILE_ID.DIZ in current
  171.   conference. Edit it to for ex. "Desc. Lost" or something.
  172.  
  173. - Fixed some cosmetic stuff.. :-)
  174.  
  175.  
  176. ============================= Archive contents =============================
  177.  
  178. Original  Packed Ratio    Date     Time    Name
  179. -------- ------- ----- --------- --------  -------------
  180.     1562     556 64.4% 14-Oct-96 17:32:54 +appicon.info
  181.      482     304 36.9% 14-Oct-96 17:32:54 +GetFax1.bat
  182.      292     173 40.7% 14-Oct-96 17:32:54 +Logoff1.BAT
  183.     1428     590 58.6% 14-Oct-96 17:32:56 +DD-ConfTop.CFG
  184.      783     278 64.4% 14-Oct-96 17:32:56 +DDTop.Config
  185.      439     234 46.6% 14-Oct-96 17:32:56 +DDWeekTop.Config
  186.      365     241 33.9% 14-Oct-96 17:32:56 +DreamFaker.Cfg
  187.      558     379 32.0% 14-Oct-96 17:32:56 +Dreammail.Cfg
  188.      679     328 51.6% 14-Oct-96 17:32:56 +Dreamnew.CFG
  189.      800     165 79.3% 14-Oct-96 17:32:56 +DreamWall.DAT
  190.     1679     442 73.6% 14-Oct-96 17:32:56 +WeekTop.GFX
  191.      797     288 63.8% 14-Oct-96 17:32:56 +WeekTop.TXT
  192.      150      64 57.3% 14-Oct-96 17:33:00 +Access.DAT
  193.     4400     468 89.3% 14-Oct-96 17:33:00 +Archivers.DAT
  194.      700     113 83.8% 14-Oct-96 17:33:00 +Conferences.DAT
  195.      256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable01.DAT
  196.      256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable02.DAT
  197.     4000     182 95.4% 14-Oct-96 17:32:58 +DayDream.DAT
  198.      100      17 83.0% 14-Oct-96 17:32:58 +DD-Server.DAT
  199.      400      69 82.7% 14-Oct-96 17:32:58 +Display.DAT
  200.     2600     282 89.1% 14-Oct-96 17:32:58 +ExternalCommands.DAT
  201.       14      14  0.0% 14-Oct-96 17:32:58 +FreeDownloads.DAT
  202.       85      46 45.8% 14-Oct-96 17:32:58 +FTP-Paths.DAT
  203.      400     131 67.2% 14-Oct-96 17:32:58 +IO-Device1.DAT
  204.      400      92 77.0% 14-Oct-96 17:32:58 +IO-Device2.DAT
  205.       20      20  0.0% 14-Oct-96 17:32:58 +LogOnDoors.DAT
  206.      400     133 66.7% 14-Oct-96 17:32:58 +Multinode.DAT
  207.      800     106 86.7% 14-Oct-96 17:32:58 +Protocols.DAT
  208.     4800      61 98.7% 14-Oct-96 17:32:56 +Schedule.DAT
  209.      250      88 64.8% 14-Oct-96 17:32:56 +Security.DAT
  210.     2056      14 99.3% 14-Oct-96 17:32:56 +Selected.DAT
  211.        7       7  0.0% 14-Oct-96 17:32:56 +TrashCan.DAT
  212.      100      61 39.0% 15-Oct-96 04:23:06 +Version.DAT
  213.   157984   80135 49.2% 17-Oct-96 01:51:48 +DayDream
  214.    25504    6436 74.7% 14-Oct-96 17:32:50 +DayDream.CFG
  215.     1562     559 64.2% 14-Oct-96 17:32:54 +DayDream.info
  216.     3263    1714 47.4% 14-Oct-96 17:32:54 +DD126.readme
  217.     1192     684 42.6% 14-Oct-96 17:32:52 +Developer.Info
  218.     1199     348 70.9% 14-Oct-96 17:33:06 +Access.DAT.Structure
  219.     2021     552 72.6% 14-Oct-96 17:33:06 +Archivers.DAT.Structure
  220.     2064     517 74.9% 15-Oct-96 04:22:44 +Callers.Log.Structure
  221.     5182    1277 75.3% 14-Oct-96 17:33:06 +Conferences.DAT.Structure
  222.      895     472 47.2% 14-Oct-96 17:33:06 +ConversionTable.DAT.Structure
  223.     4923    1544 68.6% 14-Oct-96 17:33:06 +DayDream.DAT.Structure
  224.     1259     425 66.2% 14-Oct-96 17:33:06 +Directory.Structure
  225.     1860     495 73.3% 14-Oct-96 17:33:04 +Directory.Structure2
  226.     2236     716 67.9% 14-Oct-96 17:33:04 +Display.DAT.Structure
  227.    27816    7872 71.6% 14-Oct-96 17:33:04 +DoorMessage.Structure
  228.      675     239 64.5% 14-Oct-96 17:33:04 +DownloadLog.Structure
  229.     1188     676 43.0% 14-Oct-96 17:33:04 +DreamDoor.Info
  230.      695     410 41.0% 14-Oct-96 17:33:08 +Example.e
  231.      910     534 41.3% 14-Oct-96 17:33:08 +Example2.e
  232.     1035     569 45.0% 14-Oct-96 17:33:08 +Example3.e
  233.     6428    2918 54.6% 17-Oct-96 01:17:44 +DayDream.m
  234.      824     436 47.0% 14-Oct-96 17:33:08 +DDDoor_pragmas.m
  235.      696     350 49.7% 14-Oct-96 17:33:06 +Testlib.e
  236.     9897    2823 71.4% 14-Oct-96 17:33:08 +DayDream.I
  237.      881     417 52.6% 14-Oct-96 17:33:08 +DreamDoor_lib.i
  238.     1192     683 42.7% 14-Oct-96 17:33:06 +Doc.Info
  239.    24452    7206 70.5% 14-Oct-96 17:33:10 +DreamDoor.doc
  240.     1396     509 63.5% 14-Oct-96 17:33:10 +DreamDoor.Doc.info
  241.     1268     569 55.1% 14-Oct-96 17:33:10 +DreamDoor.fd
  242.    26044    7642 70.6% 14-Oct-96 17:33:10 +DreamDoor.Guide
  243.     1396     509 63.5% 14-Oct-96 17:33:10 +DreamDoor.Guide.info
  244.     5772    1199 79.2% 16-Oct-96 00:42:36 +dddoor.h
  245.     1339     612 54.2% 16-Oct-96 00:42:58 +dddoor_lib.fd
  246.      328     197 39.9% 16-Oct-96 00:52:30 +dddoor.h
  247.     1177     636 45.9% 17-Oct-96 01:23:36 +readme.txt
  248.      444     220 50.4% 14-Oct-96 17:33:12 +AsmRoutines.s
  249.    11242    3380 69.9% 14-Oct-96 17:33:12 +Conftop.c
  250.      311     213 31.5% 14-Oct-96 17:33:12 +smakefile
  251.     1142     404 64.6% 14-Oct-96 17:33:14 +AsmRoutines.s
  252.    22340    5815 73.9% 14-Oct-96 17:33:12 +Faker.c
  253.      308     210 31.8% 14-Oct-96 17:33:12 +smakefile
  254.     1574     655 58.3% 14-Oct-96 17:33:12 +FileChain.c
  255.    14403    3369 76.6% 14-Oct-96 17:33:12 +Stat.C
  256.      924     414 55.1% 14-Oct-96 17:33:10 +testlib.c
  257.     2361     713 69.8% 14-Oct-96 17:33:14 +dddoor_protos.h
  258.     9416    2809 70.1% 14-Oct-96 17:33:14 +DayDream.h
  259.     3578    1241 65.3% 14-Oct-96 17:33:14 +dddoor.h
  260.     1694     498 70.6% 14-Oct-96 17:33:14 +DDDoor_pragmas.h
  261.      177     123 30.5% 14-Oct-96 17:33:16 +dddoor.h
  262.    18072    4485 75.1% 14-Oct-96 17:33:04 +DreamNew.S
  263.     1474     455 69.1% 14-Oct-96 17:33:04 +ExternalCommands.DAT.Structure
  264.      571     263 53.9% 14-Oct-96 17:33:02 +FSED.Interface
  265.     3672     692 81.1% 14-Oct-96 17:33:04 +IO-Device.Structure
  266.      591     181 69.3% 14-Oct-96 17:33:02 +LossCarrier.DAT.Structure
  267.     2924     690 76.4% 14-Oct-96 17:33:02 +Message.DAT.Structure
  268.     3340     950 71.5% 14-Oct-96 17:33:02 +MultiNode.DAT.Structure
  269.     1582     449 71.6% 14-Oct-96 17:33:02 +NodeMessage.Structure
  270.     2535     319 87.4% 14-Oct-96 17:33:02 +NodeScreen.Structure
  271.     1424     436 69.3% 14-Oct-96 17:33:02 +NodeStructure.Structure
  272.     1295     365 71.8% 14-Oct-96 17:33:02 +Protocols.DAT.Structure
  273.      212     153 27.8% 14-Oct-96 17:33:02 +ReadMe
  274.     1392     510 63.3% 14-Oct-96 17:33:00 +ReadMe.info
  275.     1132     376 66.7% 14-Oct-96 17:33:00 +Schedule.DAT.Structure
  276.     2801     743 73.4% 14-Oct-96 17:33:00 +Security.DAT.Structure
  277.      854     447 47.6% 14-Oct-96 17:33:00 +Selected.DAT.Structure
  278.      671     236 64.8% 14-Oct-96 17:33:00 +UploadLog.Structure
  279.     4906    1488 69.6% 14-Oct-96 17:33:00 +UserBase.DAT.Structure
  280.     2325     813 65.0% 14-Oct-96 17:33:00 +Version.DAT.Structure
  281.     6588    3700 43.8% 14-Oct-96 17:33:16 +kalacon.device
  282.      112      50 55.3% 14-Oct-96 17:33:16 +DisplayModeHelp.TXT
  283.       97      76 21.6% 14-Oct-96 17:33:16 +DisplayModeList.TXT
  284.      280     185 33.9% 14-Oct-96 17:33:26 +AccountFrozen.GFX
  285.      249     160 35.7% 14-Oct-96 17:33:26 +AccountFrozen.TXT
  286.     1569     300 80.8% 14-Oct-96 17:33:18 +Banner.GFX
  287.     1113     197 82.3% 14-Oct-96 17:33:26 +Banner.TXT
  288.      380     120 68.4% 14-Oct-96 17:33:26 +BiDirProtocolMenu.GFX
  289.      333      92 72.3% 14-Oct-96 17:33:26 +BiDirProtocolMenu.TXT
  290.     1198     408 65.9% 14-Oct-96 17:33:26 +CallersHeader.GFX
  291.     1150     377 67.2% 14-Oct-96 17:33:26 +CallersHeader.TXT
  292.     1295     479 63.0% 14-Oct-96 17:33:26 +Commands.GFX
  293.     1221     448 63.3% 14-Oct-96 17:33:26 +Commands.TXT
  294.      995     348 65.0% 14-Oct-96 17:33:24 +Conferences.GFX
  295.      933     323 65.3% 14-Oct-96 17:33:24 +Conferences.TXT
  296.     1363     262 80.7% 14-Oct-96 17:33:24 +Download.GFX
  297.     1167     209 82.0% 14-Oct-96 17:33:18 +Download.TXT
  298.      736     194 73.6% 14-Oct-96 17:33:24 +DreamNewHelp.GFX
  299.      628     158 74.8% 14-Oct-96 17:33:24 +DreamNewHelp.TXT
  300.      728     265 63.5% 14-Oct-96 17:33:24 +EditUser.GFX
  301.      538     227 57.8% 14-Oct-96 17:33:24 +EditUser.TXT
  302.       34      34  0.0% 14-Oct-96 17:33:24 +FileCatalogs.GFX
  303.       21      21  0.0% 14-Oct-96 17:33:24 +FileCatalogs.TXT
  304.     1769     518 70.7% 14-Oct-96 17:33:24 +Goodbye.GFX
  305.     1396     435 68.8% 14-Oct-96 17:33:24 +goodbye.txt
  306.       26      26  0.0% 14-Oct-96 17:33:24 +LineChatOff.GFX
  307.       22      22  0.0% 14-Oct-96 17:33:22 +LineChatOff.TXT
  308.     1227     293 76.1% 14-Oct-96 17:33:22 +LineChatOn.GFX
  309.     1223     287 76.5% 14-Oct-96 17:33:22 +LineChatOn.TXT
  310.      385     180 53.2% 14-Oct-96 17:33:22 +LineEditorCommands.GFX
  311.      259     161 37.8% 14-Oct-96 17:33:22 +LineEditorCommands.TXT
  312.      101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.GFX
  313.      101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.TXT
  314.      415     173 58.3% 14-Oct-96 17:33:22 +Msgreadcommands.gfx
  315.      375     156 58.4% 14-Oct-96 17:33:22 +Msgreadcommands.txt
  316.       84      72 14.2% 14-Oct-96 17:33:22 +NewUser.GFX
  317.       84      72 14.2% 14-Oct-96 17:33:22 +newuser.txt
  318.     1228     463 62.2% 14-Oct-96 17:33:22 +OtherCommands.GFX
  319.     1006     395 60.7% 14-Oct-96 17:33:20 +OtherCommands.TXT
  320.      453     190 58.0% 14-Oct-96 17:33:20 +ProtocolMenu.GFX
  321.      391     132 66.2% 14-Oct-96 17:33:20 +ProtocolMenu.TXT
  322.      204     156 23.5% 14-Oct-96 17:33:20 +Reg_RealName.GFX
  323.      191     141 26.1% 14-Oct-96 17:33:20 +Reg_RealName.TXT
  324.      156     120 23.0% 14-Oct-96 17:33:20 +Reg_ScreenLength.GFX
  325.      152     115 24.3% 14-Oct-96 17:33:20 +Reg_ScreenLength.TXT
  326.      946     232 75.4% 14-Oct-96 17:33:20 +ScanDateHelp.GFX
  327.      684     204 70.1% 14-Oct-96 17:33:20 +ScanDateHelp.TXT
  328.       26      26  0.0% 14-Oct-96 17:33:20 +SplitChatOff.GFX
  329.       22      22  0.0% 14-Oct-96 17:33:20 +SplitChatOff.TXT
  330.     1227     293 76.1% 14-Oct-96 17:33:18 +SplitChatOn.GFX
  331.     1223     287 76.5% 14-Oct-96 17:33:18 +SplitChatOn.TXT
  332.     1491     254 82.9% 14-Oct-96 17:33:18 +Upload.GFX
  333.     1264     194 84.6% 14-Oct-96 17:33:18 +Upload.TXT
  334.      412     205 50.2% 14-Oct-96 17:33:18 +UpLoadCommands.GFX
  335.      301     178 40.8% 14-Oct-96 17:33:18 +UpLoadCommands.TXT
  336.      109      95 12.8% 14-Oct-96 17:33:18 +Welcome.GFX
  337.      109      95 12.8% 14-Oct-96 17:33:18 +Welcome.TXT
  338.      101      87 13.8% 14-Oct-96 17:33:16 +MoreHelp.TXT
  339.    22877    6849 70.0% 14-Oct-96 17:33:16 +Strings.001
  340.     1192     681 42.8% 14-Oct-96 17:32:52 +Docs.Info
  341.     1912     487 74.5% 14-Oct-96 17:33:26 +BugReport.Form
  342.    56331   21628 61.6% 17-Oct-96 01:54:58 +changes.guide
  343.     1392     505 63.7% 14-Oct-96 17:33:30 +Changes.Guide.info
  344.   171895   51016 70.3% 14-Oct-96 17:33:30 +DayDream.guide
  345.     1392     507 63.5% 14-Oct-96 17:33:30 +DayDream.Guide.info
  346.     2618    1013 61.3% 14-Oct-96 17:33:28 +DDCallers.MAN
  347.     2187    1010 53.8% 14-Oct-96 17:33:28 +DDConfTop.DOC
  348.     1616     614 62.0% 14-Oct-96 17:33:28 +DDTop.MAN
  349.     1677     759 54.7% 14-Oct-96 17:33:28 +DDWeekTop.MAN
  350.      525     321 38.8% 14-Oct-96 17:33:28 +DreamFaker.MAN
  351.     1685     878 47.8% 14-Oct-96 17:33:28 +DreamMail.MAN
  352.     7486    2793 62.6% 14-Oct-96 17:33:28 +FAQ.Guide
  353.     2201    1064 51.6% 14-Oct-96 17:33:28 +ftpd.doc
  354.      372     271 27.1% 14-Oct-96 17:33:28 +kalacon.readme
  355.     1232     673 45.3% 14-Oct-96 17:33:26 +MUIConfig.DOC
  356.      987     546 44.6% 14-Oct-96 17:33:26 +RoboWriter.DOC
  357.     8072    3106 61.5% 17-Oct-96 01:48:10 +UpDating.TXT
  358.      772     451 41.5% 17-Oct-96 01:48:04 +Version.NFO
  359.     1192     680 42.9% 14-Oct-96 17:32:52 +Doors.Info
  360.     8656    5179 40.1% 14-Oct-96 17:33:34 +ConfTop
  361.     7228    4188 42.0% 14-Oct-96 17:33:34 +DD-Inet
  362.     6124    2989 51.1% 14-Oct-96 17:33:34 +DDRc
  363.    17120    8634 49.5% 14-Oct-96 17:33:34 +Faker
  364.     6640    3514 47.0% 14-Oct-96 17:33:32 +FSEd
  365.    13816    5583 59.5% 14-Oct-96 17:33:32 +grab
  366.     5864    3057 47.8% 14-Oct-96 17:33:32 +New
  367.     6544    3007 54.0% 14-Oct-96 17:33:32 +rexx
  368.     8162    1852 77.3% 14-Oct-96 17:33:36 +BBSList.dd
  369.     3369    1155 65.7% 14-Oct-96 17:33:34 +LogOff.dd
  370.     6812    1452 78.6% 14-Oct-96 17:33:34 +MComment.dd
  371.      346     216 37.5% 14-Oct-96 17:33:34 +SetLrp.dd
  372.     3666     887 75.8% 14-Oct-96 17:33:34 +Stats.dd
  373.    17284    8589 50.3% 14-Oct-96 17:33:32 +stat
  374.     1208     715 40.8% 14-Oct-96 17:33:32 +Wall
  375.     3036    1518 50.0% 14-Oct-96 17:33:32 +whof
  376.       34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.GFX
  377.       34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.TXT
  378.      605     213 64.7% 14-Oct-96 17:33:36 +BulletinMenu.GFX
  379.      575     193 66.4% 14-Oct-96 17:33:36 +BulletinMenu.TXT
  380.       11      11  0.0% 14-Oct-96 22:56:42 +def_FILE_ID.DIZ
  381.        5       5  0.0% 14-Oct-96 17:33:36 +FreeDownloads.DAT
  382.       40      40  0.0% 14-Oct-96 17:33:36 +Paths.DAT
  383.      229     110 51.9% 14-Oct-96 17:33:38 +FileCatalogs.GFX
  384.      171      83 51.4% 14-Oct-96 17:33:38 +FileCatalogs.TXT
  385.      232     116 50.0% 14-Oct-96 17:33:38 +MessageBases.GFX
  386.      174      91 47.7% 14-Oct-96 17:33:36 +MessageBases.TXT
  387.      175      79 54.8% 16-Oct-96 00:54:54 +file_id.diz
  388.     4392    1625 63.0% 14-Oct-96 17:32:52 +InstallDD
  389.     1645     647 60.6% 14-Oct-96 17:32:52 +InstallDD.info
  390.     7736    4615 40.3% 14-Oct-96 17:33:38 +fifo-handler
  391.     3712    1468 60.4% 14-Oct-96 17:33:40 +DreamDoor.Library
  392.     3212    2004 37.6% 14-Oct-96 17:33:40 +fifo.library
  393.    45156   29763 34.0% 14-Oct-96 17:33:40 +reqtools.library
  394.    33392   24803 25.7% 14-Oct-96 17:33:38 +rexxsyslib.library
  395.     1232     492 60.0% 14-Oct-96 17:33:40 +DreamToss.Cfg
  396.      390     244 37.4% 14-Oct-96 17:33:40 +Registration
  397.       65      59  9.2% 14-Oct-96 17:33:40 +Registration.Questions
  398.     2539    1093 56.9% 14-Oct-96 17:33:42 +Announce.amirx
  399.      747     304 59.3% 14-Oct-96 17:33:40 +servertest.rexx
  400.     2291     881 61.5% 14-Oct-96 17:33:40 +who.amirx
  401.    96920   52707 45.6% 14-Oct-96 17:33:42 +ftpd
  402.    28652   13537 52.7% 17-Oct-96 01:51:34 +Server
  403.     1562     556 64.4% 14-Oct-96 17:32:52 +Server.Info
  404.    28628   13528 52.7% 17-Oct-96 01:41:10 +Server_020
  405.     1192     678 43.1% 14-Oct-96 17:32:50 +Utils.Info
  406.     8540    5567 34.8% 14-Oct-96 17:33:48 +Aminet2DD
  407.      826     187 77.3% 14-Oct-96 17:33:48 +aminetmakeindex.bat
  408.    10428    6434 38.3% 14-Oct-96 22:12:38 +BGCheck
  409.     8584    4913 42.7% 14-Oct-96 17:33:48 +cryptpw
  410.    10140    3703 63.4% 14-Oct-96 17:33:48 +DDCallers
  411.    55412   30659 44.6% 14-Oct-96 17:33:48 +ddhydra
  412.     1660     918 44.6% 14-Oct-96 17:33:48 +DDRCServer
  413.    13532    2856 78.8% 14-Oct-96 17:33:48 +DDTop
  414.     7976    2940 63.1% 14-Oct-96 17:33:46 +DDWeekTop
  415.     1496    1032 31.0% 14-Oct-96 17:33:46 +Dirclean
  416.    12508    4768 61.8% 14-Oct-96 17:33:46 +DreamConfig
  417.    11072    5802 47.5% 14-Oct-96 17:33:46 +DreamToss
  418.     5028    3277 34.8% 14-Oct-96 17:33:46 +eall2all
  419.     1248     799 35.9% 14-Oct-96 17:33:46 +FixBases
  420.      968     663 31.5% 14-Oct-96 17:33:46 +fixsysopaccount
  421.     1816    1181 34.9% 14-Oct-96 17:33:46 +Listclean
  422.     2048    1045 48.9% 14-Oct-96 17:33:46 +MSGBaseOpt
  423.   132028   44777 66.0% 14-Oct-96 17:33:44 +MUIConfig
  424.   130804   44473 66.0% 14-Oct-96 17:33:44 +MUIConfig_020
  425.      824     573 30.4% 14-Oct-96 17:33:42 +Oldlist2Newlist
  426.     4052    2226 45.0% 14-Oct-96 17:33:42 +oldmsgdelete
  427.     2140    1325 38.0% 14-Oct-96 17:33:42 +RoboWriter
  428.    40948   23432 42.7% 14-Oct-96 17:33:42 +smodem
  429.      208     208  0.0% 14-Oct-96 17:33:42 +WaitForPort
  430.      439     223 49.2% 17-Oct-96 01:57:22  FILE_ID.DIZ
  431. -------- ------- ----- --------- --------
  432.  1658150  680920 58.9% 17-Oct-96 23:36:56   251 files
  433.